Conversation
📦 Binary Size-limit
🙈 Size remains the same at 62.67MB |
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
Merging this PR will improve performance by 3.92%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | rust@persistent_cache_restore_after_single_file_change@basic-react-development |
14.9 ms | 14.3 ms | +3.92% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing fix/14274 (7827c0d) with main (b2b2500)
Footnotes
-
36 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Deploying rspack with
|
| Latest commit: |
7827c0d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://14064c9e.rspack-v2.pages.dev |
| Branch Preview URL: | https://fix-14274.rspack-v2.pages.dev |
Summary
fixes #14274
There is missing
matches!(var_decl.kind, VarDeclKind::Var)when checking ifvardecl insidefor in/ofloop.Old:
for (const x in array) {}=>var xRelated links
Checklist